Skip to content

fix(voice): h3 larger than h2 on changelog - #88

Merged
wavekat-eason merged 1 commit into
mainfrom
fix/changelog-heading-scale
Jun 9, 2026
Merged

fix(voice): h3 larger than h2 on changelog#88
wavekat-eason merged 1 commit into
mainfrom
fix/changelog-heading-scale

Conversation

@wavekat-eason

Copy link
Copy Markdown
Contributor

Problem

On /voice/changelog/, version-number headings (0.0.37, rendered as h3) displayed larger than the date headings (2026-06-09, rendered as h2) directly above them — inverting the visual hierarchy.

The layout forced prose-h2:text-base (16px) but left h3 at the Tailwind Typography prose-sm default (~18px), so h3 came out bigger than h2.

Fix

Add an explicit prose-h3 size below h2, mirroring the existing h2 override:

prose-h3:text-sm prose-h3:mt-4 prose-h3:mb-2

Restores the intended order: h1 "What's new" (24px) → h2 date (16px) → h3 version (14px).

🤖 Generated with Claude Code

The changelog forced prose-h2 to text-base but left h3 at the
Tailwind Typography prose-sm default (~18px), so version headings
(h3) displayed larger than the date headings (h2) above them. Add
an explicit prose-h3 size (text-sm) to restore h1 > h2 > h3 order.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@wavekat-eason
wavekat-eason merged commit 38aed8e into main Jun 9, 2026
2 checks passed
@wavekat-eason
wavekat-eason deleted the fix/changelog-heading-scale branch June 9, 2026 06:53
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

wavekat-eason pushed a commit that referenced this pull request Jun 9, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.0.30](wavekat-com-v0.0.29...wavekat-com-v0.0.30)
(2026-06-09)


### Bug Fixes

* **voice:** h3 larger than h2 on changelog
([#88](#88))
([38aed8e](38aed8e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant